home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00249_Script_BOUCLE_ATTENTE_FIN_PHASE < prev    next >
Text File  |  2004-12-05  |  422b  |  22 lines

  1. global  gJLM_W
  2. -------------------------------------
  3. on exitFrame
  4.   if the pauseState=0 then
  5.     case(soundBusy(3)) of
  6.       1:
  7.         go to the frame
  8.       0:
  9.         niveauson
  10.     end case
  11.   end if
  12. end
  13. -------------------------------------
  14. on mouseUp
  15.   if the pauseState = 1 then exit
  16.   if gJLM_W > 0 then exit
  17.   coupeson(3)
  18.   niveauson
  19.   go the frame + 1
  20. end mouseUp
  21. -----------------------------
  22.